Add disk-image pipeline to required tasks#224
Open
Victoremepunto wants to merge 1 commit into
Open
Conversation
The disk-image pipeline (used by RHEL AI bootc disk image builds) uses build-vm-image instead of buildah and does not include container-specific scanning tasks. Without a dedicated entry, conforma falls back to the docker/generic required task lists which mandate buildah and deprecated-image-check, forcing teams to maintain permanent ECP exceptions. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Víctor M. Múgica <vmugicag@redhat.com>
Author
|
unsure if this is needed after all, can you give me some feedback here please @ralphbean ? the intention was to "declare" which are the expected tasks for a disk-image pipeline - I'm not sure this is the right way to do it , ultimately I want to avoid needing exceptions in ECPs |
Contributor
|
@Victoremepunto to be clear these are tasks that should be "required"? or are you trying to make tasks trusted? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
disk-imageentry topipeline-required-tasksfor the disk-image build pipeline used by RHEL AI bootc disk image buildsbuild-vm-imageinstead ofbuildahand does not include container-specific scanning tasks (clair-scan, clamav-scan, rpms-signature-scan, deprecated-image-check)docker/genericrequired task lists which mandate buildah and deprecated-image-check, forcing teams to maintain permanent ECP exceptionsTasks included
init,git-clone-oci-ta,prefetch-dependencies-oci-ta,build-vm-image,build-image-index,sast-shell-check-oci-ta,sast-snyk-check-oci-ta,sast-unicode-check-oci-taTest plan
build-vm-imagetask has labelbuild_type: disk-imagematching this entrySigned-off-by: Víctor M. Múgica vmugicag@redhat.com
🤖 Generated with Claude Code